projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04d822e
)
Fix error return.
author
robertl
<robertl>
Tue, 17 Sep 2002 22:02:06 +0000
(22:02 +0000)
committer
robertl
<robertl>
Tue, 17 Sep 2002 22:02:06 +0000
(22:02 +0000)
garmin.c
patch
|
blob
|
history
diff --git
a/garmin.c
b/garmin.c
index ad225f12e0615d58f3e6c0c736be7d0b5691fbf7..ac420fc02054e728fce30e0352ea5fa54e98161a 100644
(file)
--- a/
garmin.c
+++ b/
garmin.c
@@
-105,7
+105,7
@@
data_write(void)
fatal(MYNAME ":not enough memory\n");
for (i = 0; i < n; i++) {
if(!((way)[i]=GPS_Way_New()))
-
return MEMORY_ERROR
;
+
fatal(MYNAME ":not enough memory\n")
;
}
i = 0;